-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: python3-pillow-heif #1396
add: python3-pillow-heif #1396
Conversation
55b1452
to
f329667
Compare
I think you need |
I've just made another commit. Could you please trigger a new build for me? if it works, I will merge 2 commits into 1 and force push |
@madonuko to save you time from helping, could you please point me to a doc where I could actually run anda locally to make sure everything works? |
If you have Terra installed, you could install anda via dnf. https://developer.fyralabs.com/andaman/installation You will also need to install terra-mock-configs To manually run anda: anda build anda/langs/python/python-heif/pkg -c terra-40-x86_64 Make sure your user is in the mock group. ( |
7090840
to
e0f9a6d
Compare
@madonuko it can be built successfully with anda locally. Please help me trigger the CI build |
Head branch was pushed to by a user without write access
e0f9a6d
to
bebd70a
Compare
@madonuko so the issue of the build is related to Python 3.13 (which would be defaulted to on F41). I think for the time-being the package could be built against f40 and f39 only. Possible? Lastly, how to target f41 build with anda on local machine? Many thanks |
Signed-off-by: madomado <[email protected]>
Signed-off-by: madomado <[email protected]>
Signed-off-by: madomado <[email protected]>
Signed-off-by: madomado <[email protected]>
Signed-off-by: madomado <[email protected]>
Signed-off-by: madomado <[email protected]>
Yes, you can just make a new PR to terrapkg:f40 instead.
I'm not so sure if that's actually true…? I'd try generating this from
We don't have mock files for f41 yet because it doesn't exist yet; Fedora 41 branches off from rawhide in August. You could target rawhide, you just need a container unfortunately. |
@madonuko let's have it for f40 for the time-being, I will inform the author to look into address the issue upstream and hopefully 0.17.0 would be out around the same time of f41 |
Once the python 3.13 compatibility is addressed upstream, I will make a new PR |
Motivation
This package is widely used in many Python-based projects and few friends have requested me to package it for them.
Notes
I've successfully got it built with koji but unsure how it would be with anda system. Please kindly provide me guidance if it does not get built successfully